Skip to content

Fix some Coverity issues#33988

Open
olpipi wants to merge 1 commit intoopenvinotoolkit:masterfrom
olpipi:fix_coverity
Open

Fix some Coverity issues#33988
olpipi wants to merge 1 commit intoopenvinotoolkit:masterfrom
olpipi:fix_coverity

Conversation

@olpipi
Copy link
Contributor

@olpipi olpipi commented Feb 5, 2026

Details:

  • Fix some Coverity issues

Tickets:

  • ticket-id

@olpipi olpipi requested a review from a team as a code owner February 5, 2026 17:57
@github-actions github-actions bot added the category: Core OpenVINO Core (aka ngraph) label Feb 5, 2026
fin.seekg(offset);
auto bytes_to_read = tensor.get_byte_size();
fin.read(static_cast<char*>(tensor.data()), bytes_to_read);
fin.read(static_cast<char*>(tensor.data()), static_cast<std::streamsize>(bytes_to_read));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For this there is fix in #33927

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: Core OpenVINO Core (aka ngraph)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants